runtime.mstats.nmalloc (field)
7 uses
runtime (current package)
mstats.go#L28: nmalloc uint64 // number of mallocs
mstats.go#L418: stats.Mallocs = memstats.nmalloc
mstats.go#L557: memstats.nmalloc = 0
mstats.go#L569: memstats.nmalloc += uint64(consStats.largeAllocCount)
mstats.go#L578: memstats.nmalloc += a
mstats.go#L590: memstats.nmalloc += uint64(consStats.tinyAllocCount)
mstats.go#L595: memstats.heap_objects = memstats.nmalloc - memstats.nfree
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)